home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / mus / play / splib43U.lha / superplay-lib_USR / Docs / SPObject-Docs / JAM.doc < prev    next >
Text File  |  1994-12-13  |  4KB  |  109 lines

  1.  
  2.   JAM.spobject
  3.  
  4.   © 1994 by Andreas R. Kleinert.
  5.  
  6.   FREEWARE. All rights reserved.
  7.  
  8.   Version      : 2.1
  9.   Release Date : 11.12.1994
  10.  
  11.  
  12.   Description
  13.   ~~~~~~~~~~~
  14.   JAM.spobject is an external Library-Module for the superplay.library V1+.
  15.  
  16.   It supports reading of JAM Modules (JamCracker 1.00+).
  17.  
  18.  
  19.   Requirements
  20.   ~~~~~~~~~~~~
  21.   - OS V2.04+ (V37)+ and its libraries
  22.   - for reading of packed modules, either xpkmaster.library or
  23.     powerpacker.library is needed :
  24.  
  25.     Packer      needed Libraries
  26.     XPK            xpkmaster.library V2+, speficic xpk-compressor libraries
  27.     PP20        a) xpkmaster.library V2+, powerpacker.library V33+
  28.                 b) _only_ powerpacker.library V33+
  29.     <None>      <no special libraries are needed, but they will simply pass
  30.                  through unpacked data modules>
  31.  
  32.  
  33.   Remarks
  34.   ~~~~~~~
  35.    - As with other Players, the filename of the Module has to begin
  36.      or end with the prefix/entension "JAM" ("JAM.module" or "module.JAM")
  37.    - JAM.spobject at first tries to use xpkmaster.library.
  38.      If this one is not available, it tries powerpacker.library.
  39.      If none of them is available, it simply uses dos.library :
  40.      So, if you read a packed module, although you did not install any
  41.      decompression libraries, please note the following :
  42.      After loading the data is checked, so that modules which could
  43.      not be decompressed are rejected without any further notice.
  44.  
  45.  
  46.   Author
  47.   ~~~~~~
  48.   Andreas R. Kleinert
  49.   Grube Hohe Grethe 23
  50.   D-57074 Siegen
  51.   Germany
  52.  
  53.  
  54.   Credits
  55.   ~~~~~~~
  56.   The "powerpacker.library" V33+ is (C)opyright by Nico François.
  57.   The Library is FREEWARE and is needed by JAM.spobject, to be able
  58.   to read and play also PP20-packed Modules.
  59.  
  60.   The "xpkmaster.library" V2+ is (C)opyright by its authors
  61.   (c/o Urban Dominik Müller).
  62.   The Library is freely distributable and is needed by JAM.spobject,
  63.   to be able to read and play XPK-packed Modules.
  64.  
  65.   The main Player Source-Code in Assembler was taken from a Public
  66.   Domain Assembler Source-Code, which has originally been written
  67.   by M. Gemmel and re-written by "Arcade of CADCAM".
  68.   Some changes had to be made to assemble it with the SAS/C ASM V6.51
  69.   and to make it living in the multitasking better than before.
  70.   Finally, I had to change and add some more code to create an interface
  71.   to the C-SourceCode of the SPObject's main routines.
  72.  
  73.   Here's an excerpt from the SourceCode as far as concerning the original
  74.   authors (no special copyright notice was found, so it is perhaps
  75.   Public Domain) :
  76.  
  77.   *
  78.   * JamCracker V1.0 Replay routine, written by M. Gemmel
  79.   *
  80.   [...]
  81.   *
  82.   * This is not a demonstration source, showing how to write
  83.   * a song-play routine.  This source is merely ment for
  84.   * inclusion in other sources, or as assembly module for
  85.   * linkage with other programs.
  86.   *
  87.   * This source was modified for the MasterSeka V1.53 assembler
  88.   * and can be easily modified for other assemblers. (Not true, it's a lot of work - Arcade)
  89.   * The song should be inserted at 'mysong' near the bottom of
  90.   * this source, in chip memory.
  91.   *
  92.   *                  Modified for MasterSeka 1.53 by Arcade of CADCAM
  93.   *
  94.   * Note from Arcade: I saved all of you who want to use the replayer
  95.   * with MasterSeka a lot of work. So leave this text here, I want the credits.
  96.  
  97.  
  98.   History
  99.   ~~~~~~~
  100.   V2.1 (11.12.1994) :
  101.  
  102.    - first version
  103.  
  104.  
  105.   Copyrights
  106.   ~~~~~~~~~~
  107.   Some of the mentioned names or products above may be copyrighted by
  108.   companies or trademarks of companies.
  109.